hip.util.sumtype

Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

getType
Type getType()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Sumtype
struct Sumtype

Use that when you want to hold arbitrary defined type (which usually must be converted) By using sumtype, your data will be converted only once and after that, it will be runtime type strict.

Meta